home *** CD-ROM | disk | FTP | other *** search
/ Clickx 31 / Clickx 31.iso / assets / software / MyServer-win32-0.8.2.exe / web / documentation / texts / perl.htm < prev    next >
Encoding:
Extensible Markup Language  |  2005-06-22  |  1.6 KB  |  43 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6. <title>MyServer Documentation - Perl - www.myserverproject.net</title>
  7. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  8. <meta http-equiv="Content-Style-Type" content="text/css" />
  9. <link rel="stylesheet" type="text/css" href="../style/myserver.css" />
  10. </head>
  11. <body>
  12. <table class="center" width="95%">
  13. <tr>
  14. <td class="center">
  15. <h1 class="title">HOW TO USE PERL UNDER MYSERVER</h1>
  16. <br />
  17. Perl is another widely used scripting language perfect for text
  18. manipulation and web database management. Perl also works with
  19. HTML and XML as well as other markup languages. With Perl's
  20. CGI.pm module, included with the standard distribution, HTML
  21. forms are easily handled.<br />
  22. <br />
  23. In order to use Perl, you must first make sure you have an interpreter.<br />
  24. <br />
  25. On UNIX like systems to find out where perl is, use the command:<br />
  26. <p class="code">
  27. type perl</p>
  28. <br />
  29. In order to use Perl in Windows you must first install it.  The
  30. interpreter and documentation can be found at the 
  31. <a href="http://www.activestate.com/Products/ActivePerl/" target="_blank">Active State Tool Company.</a><br />
  32.  
  33. <br />
  34. More information and samples of code can be found at The Perl web
  35. site ( <a href="http://www.perl.org" target="_blank">www.perl.org</a>)
  36. or by reading the documentation included with the interpreter. <br />
  37. <br />
  38. </td>
  39. </tr>
  40. </table>
  41. </body>
  42. </html>
  43.